home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Heaven
/
Business Heaven.iso
/
projmgt
/
mainline
/
install.bat
next >
Wrap
DOS Batch File
|
1992-06-25
|
494b
|
30 lines
echo off
cls
ECHO MainLine Installation File
ECHO Copyright (C) 1992, Minuteman Systems,
ECHO All Rights Reserved
ECHO
if %1x == x goto error
if %2x == x goto error
if %1 == %2 goto error
ECHO
ECHO Installing program on drive %2, please wait...
%2
cd\
md MAINLINE
cd \MAINLINE
%1MAINLINE
ECHO
ECHO ...Installation complete.
ECHO
ECHO
ECHO
ECHO
ECHO OFF
goto done
:error
echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
:done
pause
cls